projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b9c8a0
)
(read-quoted-char): Bind input-method-function to nil.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 14 Jul 1998 08:15:51 +0000
(08:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 14 Jul 1998 08:15:51 +0000
(08:15 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index bf06f6d1699f02d0011edff5226493d3359bcdc1..5f0947d75d5bd12363f196407170226504b6abef 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-723,6
+723,8
@@
for numeric input."
(let ((message-log-max nil) done (first t) (code 0) char)
(while (not done)
(let ((inhibit-quit first)
+ ;; Don't use input methods inside this function.
+ (input-method-function nil)
;; Don't let C-h get the help message--only help function keys.
(help-char nil)
(help-form